projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7884ab6
)
build: squash various warnings with Clang
author
Christian Hergert
<chergert@redhat.com>
Sat, 18 Jul 2020 00:59:09 +0000
(17:59 -0700)
committer
Christian Hergert
<chergert@redhat.com>
Tue, 21 Jul 2020 21:45:12 +0000
(14:45 -0700)
Otherwise we have really chatty builds that make it difficult to catch
new issues when compiling.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 2d33e6fe34c405fef22b26284500829eefb70d95..85656d20c33b61aec8226a0d1519566ab474a12d 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-235,6
+235,8
@@
if cc.get_id() == 'msvc'
elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
test_cflags = [
'-fno-strict-aliasing',
+ '-Wno-c++11-extensions',
+ '-Wno-missing-include-dirs',
'-Wno-typedef-redefinition',
'-Wcast-align',
'-Wduplicated-branches',